home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / GAM / C-D / DM_3000 / DM 3000 / card_29703.txt < prev    next >
Encoding:
Text File  |  1988-06-06  |  890 b   |  46 lines

  1. -- card: 29703 from stack: in
  2. -- bmap block id: 22006
  3. -- flags: 4000
  4. -- background id: 26138
  5. -- name: WIN
  6. ----- HyperTalk script -----
  7. on openCard
  8.   set userLevel to 5
  9.   show menubar
  10.   set script of background 2604 to empty
  11.   set script of background 26138 to empty
  12. end openCard
  13.  
  14. --background script read as follows:
  15. --on doMenu choice
  16. --if choice is "Message" then pass doMenu
  17. --if choice is "Home" then pass doMenu
  18. --if choice is "Quit Hypercard" then pass doMenu
  19. --end doMenu
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. -- part 1 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=56 top=214 right=240 bottom=89
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 14953 / 14953
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: RESTART
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect zoom out slow
  42.   go to card id 6682
  43. end mouseUp
  44.  
  45.  
  46.